[cudf] Route dictionary encode temp allocations through memory_resources - #23642
Draft
nirandaperera wants to merge 11 commits into
Draft
[cudf] Route dictionary encode temp allocations through memory_resources#23642nirandaperera wants to merge 11 commits into
memory_resources#23642nirandaperera wants to merge 11 commits into
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
3 tasks
Signed-off-by: niranda perera <niranda.perera@gmail.com>
nirandaperera
force-pushed
the
dictionary-encode-memory-resources
branch
from
August 14, 2026 18:42
0c231f1 to
9a1a985
Compare
17 tasks
3 tasks
nirandaperera
force-pushed
the
dictionary-encode-memory-resources
branch
from
August 17, 2026 15:29
b1a0c4a to
5280c4f
Compare
Signed-off-by: niranda perera <niranda.perera@gmail.com>
Signed-off-by: niranda perera <niranda.perera@gmail.com>
Signed-off-by: niranda perera <niranda.perera@gmail.com>
Port encode/decode APIs and tests to explicit output/temporary resources, and duplicate the narrow fixed-width/string gather plumbing required to pass memory_resources into detail::gather without the list gather slice.
nirandaperera
force-pushed
the
dictionary-encode-memory-resources
branch
from
August 17, 2026 20:04
5280c4f to
b292deb
Compare
nirandaperera
changed the base branch from
pull-request/23556
to
pull-request/23665
August 17, 2026 22:20
memory_resourcesmemory_resources
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Depends on #23665
A part of #20780.
encode/decode(public + detail APIs and implementations) to takecudf::memory_resources, routing output and temporary allocations explicitly.gatherplumbing needed so encode/decode can passmemory_resourcesintodetail::gatheron this base; list/segmented gather production is left on the existing single-ref APIs viaoutput_mr.Test plan
DICTIONARY_TEST --gtest_filter='DictionaryEncode*:DictionaryDecode*'ROW_OPERATOR_TEST --gtest_filter='TypedTableView*:NaNTableView*:RowOperator*'Checklist